kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Array
/
iterator
iterator
Common
operator
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
Creates an
Iterator
for iterating over the elements of the array.